• validation of registration form??

    Updated: 2010-02-28 19:41:57

  • show in line 3 java's in one line

    Updated: 2010-02-28 19:41:35
    Hi, I have 3 javascripts: PHP: --------- 120x60.lt

  • Ducci's Game. Functions + arrays

    Updated: 2010-02-28 19:24:18
    Ok so im stuck (again) and going to try another late night getting this program to do what I want. I assume many of you have heard of ducci's game, then here is a link which will probably make it a bit more obvious http://demonstrations.wolfram.com/TheFourNumberGame/ so basically making a...

  • filter.test(value) isn't working! please help me out!

    Updated: 2010-02-28 19:13:47
    Hello! I am trying to validate name, email and comment inputs! I did the following! Code: --------- $("#CmtSub").click(function(event){ var email = $("#CmtEmail").val(); var filter =...

  • "Build Your Own Package" Form

    Updated: 2010-02-28 19:02:49
    I need to build a system similar to http://www.viper.com/BuildYourSystem/Default.aspx It is for a home alarm company, so the first selection would be for home, wireless, or business, then go onto selection of motion detectors, door contacts, smoke detectors, etc. Each of the selections should also...

  • Need Help - Adding information to a database after purchasing something with paypal

    Updated: 2010-02-28 18:25:58
    Ok, so I am selling software online. My program uses an online database to check if the user is allowed to use the program, and so far I have had to manually add the users to the database for the info to work. I want users to be added to the database on successful purchase of my program through...

  • Doctype for fixed position AND vertical align

    Updated: 2010-02-28 18:20:25
    I cannot seem to find a doctype that forces IE (6/7) to render fixed position elements correctly, and also allows vertical alignment of some sort. I've tried valign in the html, vertical-align in the css... nothing's working. Seems like I can only have one or the other. Is there somewhere I can...

  • Image Repeat Question

    Updated: 2010-02-28 17:55:38
    Hi, I've been wondering for a while how background repeats can work. My question: if you have a background that is not tall enough to fit a monitor's screen, how can you fix that in CSS? Here is an example: http://i47.tinypic.com/20rskud.jpg. There is the top half of the background image, and...

  • deserialize json with empty value in C# ASP.NET

    Updated: 2010-02-28 17:49:34
    How to deserialize the empty value? If i run this below code i'm getting this error "No parameterless constructor defined for type of 'System.String'." and instead of {} if i use "firstname":"xyz" then it works. Code: --------- string jstring = "{\"firstname\":{}}"; JavaScriptSerializer...

  • Link description in the status bar

    Updated: 2010-02-28 17:48:51
    I've started studying JavaScript recently. The following simple scenario from the Russian textbook is not implemented properly on my PC. Code: --------- Link Description function describe(text) {

  • Should I host now, or wait until sites are finished ?

    Updated: 2010-02-28 17:45:20
    Hello Folks I would like a little bit of advice, regarding hosting for a commercial site, well several similar sites really. I don’t think the first site will be 100% finished for 6-8 weeks, but once the first is complete, the others will follow pretty soon afterwards. Would you suggest I...

  • Validation...just beginning the process

    Updated: 2010-02-28 16:26:09
    *ok*... got my recording studio's site launched (thanks in part to some folks around here)... ...ran the validation checker (in Dreamweaver)... ...& have a million questions. the 1st involves SE verification codes placed in the Head as meta tags...I have an error for both google &...

  • .htaccess issue

    Updated: 2010-02-28 16:26:00
    hi everyone is it possible to point images to another website ? i mean for example: this domain doesn't host the image http://domain1.com/image.gif this domain host the image http://domain2.com/image.gif i want when i request ( http://domain1.com/image.gif ) it's point to the image...

  • nyroModal – A Nice Lightbox jQuery Plugin

    Updated: 2010-02-25 23:28:42
    A few weeks ago, I found myself in a position where I needed a nice, simple, easy-to-use lightbox plugin for jQuery. After some searching, I found that there are quite a few different plugins for this purpose, and they all have their pros and cons. After trying a few different plugins, I finally settled on [...] Related posts:Tipsy – Nice, Simple jQuery Tooltips Creating Accessible “Quick Link” Menus Gallery2 – A Very Nice Photo Management Application

  • IE 8 Compatibility Issue with YUI 2 Selector Component

    Updated: 2010-02-24 19:11:42
    M att S nider.com Home RSS Feed Table of Contents Tags Archives About Options IE 8 Compatibility Issue with YUI 2 Selector Component by Matt Snider February 24, 2010 11:11 am I realized recently , in my work on Mint.com that the YAHOO.util.Selector.query function does not work properly in IE 8 compatibility mode when performing a search against the class and for attributes . The issue is that previous versions of IE defined these attributes names as className and htmlFor while IE 8 changed them to follow the standard . And a faulty if statement in the selector component does not properly use the legacy names when developers apply the X-UA-Compatible META tag to set compatibility modes . The Problem . The selector utility is using the following code : if YAHOO.env.ua.ie YAHOO.env.ua.ie However , according to the IE blog , this won't work : http : blogs.msdn.com ie archive 2009 02 16 just-the-facts-recap-of-compatibility-view.aspx When using the server-driven X-UA-Compatible META tag , due to technical reasons , the user-agent string is not changed . This means that the if statement will evaluate to false , thinking that the browser is IE 8, even though the server has indicated the

  • Photoshop Tutorial: Erasing Unnecessary Content

    Updated: 2010-02-21 17:50:53
    Here’s a simple way to use Photoshop to erase unnecessary content from your photos and images. Step 1: Place the img (image) on top of a blank, white layer (comes in handy when erasing content).  Duplicate the img, and add a vector mask to the top-layered img. Step 2: Hide the first-layered img, and start drawing on [...] Related posts:Photoshop – How to Create Custom Shapes Photoshop – Picture Restoration The Photoshop CS Book for Digital Photographers

  • Web Development News February 2010 A

    Updated: 2010-02-18 16:52:31
    M att S nider.com Home RSS Feed Table of Contents Tags Archives About Options Web Development News February 2010 A by Matt Snider February 18, 2010 8:52 am Here is some news from the first half of Febraury that I found interesting : Touch Events JavaScript for Touchscreen Devices PPK has done a lot of research on touch events , and posted a compatibility table and his thoughts : The Touch Action Persistent Touch Event Objects New MooTools Released A new version 1.2.4.4 of the MooTools JavaScript framework has been released . MooTools 1.2.4.4 Additionally , developers describe how to use MooTools as a General Purpose Application Framework IE 6 Comic Strip And this was just awesome . The Life and Times and Death of Internet Explorer 6 Comments 0 Tags : news Thanks for visiting . Don't forget to subscribe to the rss feed Please use the contact page or leave a comment if you have questions .

  • Copying PHP Objects

    Updated: 2010-02-18 03:50:31
    When working with PHP object-oriented programming, the concept of creating copies of objects you’ve created can be a little confusing. The main thing you need to understand is that PHP objects are passed byref rather than the standard variable behavior of passing elements byval. In case you have never heard those terms before, byref means “by [...] Related posts:Object-Oriented Programming – Parents and Children Javascript Values Finding and Replacing the First or Last Substring in a String

  • Minor Bug in Buzz?

    Updated: 2010-02-16 02:18:01
    A few days ago, I opened the mobile version of Google Voice on my iPhone so I could send an SMS message. While I was there, I noticed that Buzz was available from the list of mobile apps I could utilize while logged in. I popped on over and checked it out. I posted a [...] Related posts:Gmail Adds New Features Is the whole world moving to Gmail? Google Hosted Apps and Sending Mail From a Web Server

  • WordPress 2.9.2

    Updated: 2010-02-15 17:37:08
    Thomas Mackenzie alerted us to a problem where logged in users can peek at trashed posts belonging to other authors. If you have untrusted users signed up on your blog and sensitive posts in the trash, you should upgrade to 2.9.2.  As always, you can visit the Tools->Upgrade menu to upgrade.

  • Google Hosted Apps and Sending Mail From a Web Server

    Updated: 2010-02-15 02:12:01
    Recently, I discovered that while hosting your e-mail services on Google has its advantages, it also brings with it some minor inconveniences. When you use a script on most Web servers to send e-mail messages, if your e-mail is not hosted locally on that server, your e-mail messages will never arrive in your inbox. Instead, [...] Related posts:Setting Up Google Apps (Gmail) For Your Domain Is the whole world moving to Gmail? What’s With the AIM Spam Surge?

  • Sorry, No Article This Week

    Updated: 2010-02-11 18:10:08
    , M att S nider.com Home RSS Feed Table of Contents Tags Archives About Options Sorry , No Article This Week by Matt Snider February 11, 2010 10:10 am I was not able to complete the Radial Menu widget keyboard events improvement . I have been blocked on an issue with the YUI 3 event detach function not working properly with events created using Y.on( instead of nodeInstance.on( I expect I will resolve it over the weekend and have an article for you by Tuesday . Thanks for you patience . matt In the meantime , here is a video of Douglas Crockford's Talk : And Then There Was JavaScript Comments 0 Tags : news Thanks for visiting . Don't forget to subscribe to the rss feed Please use the contact page or leave a comment if you have questions .

  • Amazon Adds Versioning Support for S3 Storage

    Updated: 2010-02-10 13:33:02
    Amazon Web Services has announced the launch of versioning support for their S3 cloud storage product. By using the versioning function, it will help make sure you (or your users) never accidentally remove or update an object. The S3 versioning will allow you to rollback to a safe version if needed. You can also use [...] Related posts:Amazon Discusses The S3 Downtime Amazon S3 Down For Over Three Hours… and Counting! Amazon Lowers Prices for Amazon EC2 Reserved Instances

  • Tipsy – Nice, Simple jQuery Tooltips

    Updated: 2010-02-06 03:23:15
    Today, I found a nice little script called Tipsy. Tipsy, by default, pulls the text from the “title” attribute of any HTML element and turns it into a nicely styled tooltip. The script is easy to configure and offers some nice customization options. If you would prefer to display an attribute other than the title, [...] Related posts:nyroModal – A Nice Lightbox jQuery Plugin TinyMCE and Tooltips Javascript No Frames

  • Radial Menu Animation

    Updated: 2010-02-05 19:13:10
    M att S nider.com Home RSS Feed Table of Contents Tags Archives About Options Radial Menu Animation by Matt Snider February 5, 2010 11:13 am This article will discuss an animation plugin for the Radial Menu widget . It was written as a plugin , both to better understand the plugin infrastructure of YUI 3, and because not all developers will want animation in all cases . There are two animations , one that radiates and the another that rotates out and in from and to the center . Setup . First add the animation plugin to your YUI 3 modules list : YUI({ modules : gallery-radial-menu-anim' : fullpath : http : yui-ext-mvc.googlecode.com svn trunk assets js yahoo-3-ext RadialMenuAnim.js' , requires : plugin' , anim' , gallery-radial-menu' optional : supersedes : How It's Done . Plugin default : animation radioMenuInstance.plugin(Y.RadialMenuAnim , Plugin a configured : animation radioMenuInstance.plugin(Y.RadialMenuAnim , animType : rotate' , easingOut : Y.Easing.easeOut , easingIn : Y.Easing.easeIn Change plugin variables on the : fly radioMenuInstance.radialMenuAnim.set('animType' , radiate' How It Works . The YUI 3 widget plugin system , augments the radialMenuInstance by listening

  • Web Development News January 2009 B

    Updated: 2010-02-02 17:16:32
    M att S nider.com Home RSS Feed Table of Contents Tags Archives About Options Web Development News January 2009 B by Matt Snider February 2, 2010 9:16 am There has been a lot of interesting news from the second half of January . Here are some of the stories that resonated with me : Dojo 1.4.1 Release Candidate 1 If you use the Dojo framework , then you'll be excited about there new release candidate . I have not seen the spec document yet , but the developers mention FireFox 3.6 support . http : o.dojotoolkit.org 2010 01 21 1-4-1-release-candidate-1-ready Google Reader For Any Website Google reader now has the ability to follow changes on any website , not just RSS feeds . http : googlereader.blogspot.com 2010 01 follow-changes-to-any-website.html JavaScript Unpacker JSBeautifer attempts to revert JavaScript compression and obfuscation , so that you can read code snippets from the web . http : jsbeautifier.org HTML 5 Audio Player Demo To teach himself a little about HTML 5, Scott Andrew LePera wrote a proof of concept audio player . http : jszen.blogspot.com 2010 01 html-5-audio-player-demo.html HTC Performance This article highlights the performance cons of using an HTC file to

Current Feed Items | Previous Months Items

Jan 2010 | Dec 2009 | Nov 2009 | Oct 2009